/* CSS Document */
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
}

button,
input,
optgroup,
select,
textarea,
a {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: medium;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #005aab;
  text-decoration: none;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

ul,
li,
dd,
dl {
  padding: 0;
  margin: 0;
  list-style: none;
}

@font-face {
  font-family: 'iconfont';  /* Project id 4243655 */
  src: url('//at.alicdn.com/t/c/font_4243655_rtqzmgzr8c8.woff2?t=1696648198819') format('woff2'),
       url('//at.alicdn.com/t/c/font_4243655_rtqzmgzr8c8.woff?t=1696648198819') format('woff'),
       url('//at.alicdn.com/t/c/font_4243655_rtqzmgzr8c8.ttf?t=1696648198819') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'sn';
  src: url('../font/bahnschrift.ttf') format('truetype')
}
.digit{
  font-family:"sn" !important;
  font-style:normal;
}
header {
  position: relative;
  z-index: 1;
  height: 110px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

header .logo {
  float: left;
  margin-top: 30px;
}

header .logo span {
  height: 50px;
  padding-top: 8px;
  text-align: center;
  line-height: 20px;
  color: #888;
  border-left:1px #eee solid;
  display: block;
}

header .nav{
  float: right;
  display: block;
}

header .En {
  margin-left: 30px;
  float: right;
}

header .En a {
  font-size: 18px;
  line-height: 110px;
  display: block;
  padding: 0 5px;
}
header .nav .nav-item{
  display: inline-block;
}
header .nav .nav-item>a {
  display: block;
  text-align: center;
  line-height: 110px;
  font-size: 18px;
  position: relative;
  padding: 0 28px;
  white-space:nowrap
}

/* header .nav .nav-item>a:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  background: #005aab;
  width: 18px;
  height: 2px;
  border-radius: 10px;
} */

header .nav .nav-item:hover>a,
header .nav .nav-item.active>a {
  color: #005aab;
}
.Mun{
  position: absolute;
  top: 110px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.2s ease-in-out;
  right: 0;
  left:0;
  padding: 5px 12%;
  border-top: 1px solid #005aab;
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.Mun .wrap {
  overflow: hidden;
}

.Mun .wrap li {
  float: left;
  width: 45%;
  margin: 0 15px;
  padding: 15px 5px;
  border-bottom: #CCC 1px solid;
  transition: all 0.1s ease-in-out;
}

.Mun .wrap li:hover {
  border-color: #005aab;
}

.Mun .wrap li a {
  font-size: 16px;
  display: block;
}
.nav-item:hover .Mun{
  height: 350px;
  opacity: 1;
  padding: 50px 12%;
}
/* 二级菜单 */
/* header .subMenu {
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  padding: 50px 12%;
  background: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  border-top: 1px solid #005aab
}

header .subMenu .wrap {
  overflow: hidden;
}

header .subMenu .wrap li {
  float: left;
  width: 38%;
  margin: 0 20px;
  padding: 15px 10px;
  border-bottom: #CCC 1px solid;
  transition: all 0.2s ease-in-out;
}

header .subMenu .wrap li:hover {
  border-color: #005aab;
}

header .subMenu .wrap li a {
  font-size: 16px;
} */
header .uk-button{
  padding: 0 15px !important;
  float: right;
  margin-top:38px;
  display: none;
}
.uk-offcanvas-bar{
  z-index: 2 !important;
}
.uk-nav li > a{
  font-size: 16px;
  padding:8px 0;
}
.uk-nav-sub li > a{
  font-size: 14px;
  padding:3px 0;
}
.NewTxt:hover .Txt {
  top: 0;
  bottom: 0;
  background: rgba(0, 90, 171, 0.85);
}
.NewTxt h5{
  font-size: 18px;
  color: #FFF;
}

.NewTxt:hover p {
  display: block;
  padding-bottom:10px;
  margin:0
}
.NewTxt:hover .uk-overlay-primary{
  height:161px;
}
.NewTxt .Txt {
  position: absolute;
  background: rgba(0, 90, 171, 0.65);
  right: calc(var(--bs-gutter-x) * 0.5);
  left: calc(var(--bs-gutter-y) * 0.5);
  /* bottom: 0; */
  color: #FFF;
  transition: all 0.2s ease-in-out;
}
.uk-overlay-primary{
  background: rgba(0, 90, 171, 0.65);
  transition: all 0.2s ease-in-out;
  height: 84px;
}
.NewTxt p {
  line-height: 22px;
  display: none;
  color:#FFF;
}

.NewTxt a {
  color: rgba(255, 255, 255, 0.7);
}

.NewTxt a:hover {
  color: rgba(255, 255, 255, 1);
}
.uk-subnav-pill > * > :first-child{
  background: #FFF !important;
  padding:10px 25px !important;
  font-size: 16px;
}

.uk-subnav-pill > .uk-active > a{
  background: #005aab !important;
}

.btn-light {
  background: #FFF;
}

.prImg p {
  line-height: 25px;
  overflow: hidden;
  margin-top:0;
}

.prImg p img {
  transition: all 0.2s ease-in-out;
}

.prImg:hover p img {
  transform: scale(1.1);
}

.w-accor {
  overflow: hidden;
  position: relative;
}

.w-accor li {
  position: relative;
  overflow: hidden;
  float: left;
}

.w-accor li .item {
  position: relative;
}

.w-accor a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.w-accor h3 {
  margin: 0;
  padding: 0;
  color: #FFF;
  position: absolute;
  z-index: 2;
  bottom: 0;
  font-weight: bold;
  font-size: 24px;
}

.w-accor .img_ar img {
  filter: brightness(40%);
  transition: all .5s ease 0s;
}
.w-accor .img_arX img {
  filter: brightness(50%);
}

.w-accor li.cur img {
  filter: brightness(90%);
}

.w-accor li {
  padding: 0 20px;
}

.w-accor li:first-child {
  padding-left: 0
}
.Iabou{
  font-size: 16px;
}
.Iabou span{
  display: block;
  font-size: 36px;
  padding:8px 0;
}
footer{
  background: #19243a;
  color: #FFF;
}
footer a{
  color: rgba(255,255,255,0.7);
}
footer a:hover{
  color: rgba(255,255,255,0.95);
}
footer .link{
  border-bottom:rgba(255,255,255,0.15) 1px solid;
  color: rgba(255,255,255,0.5);
}
footer .link a{
  padding:0 10px;
}
footer .Fmaun h5{
color:#FFF;
font-size: 16px;
font-weight: bold;
}
footer .Fmaun a{
  display: block;
  padding: 4px 0;
}
footer .IAdd{
  font-size: 14px;
  line-height: 23px;
}
footer .IAdd h5{
  font-size: 16px;
  font-weight: bold;
  color: #476ca0;
  padding-bottom:8px;
}
footer .cony{
  color: rgba(255, 255, 255, 0.7);
  border-top:rgba(255,255,255,0.15) 1px solid;
}
.backgroundT{
  height: 399px;
  color: #FFF;
  font-size: 16px;
}
.backgroundT a{
  color: #FFF;
}
.backgroundT .uk-light{
  padding-left: 80px;
  position: relative;
  top:16%;
}
.backgroundT .uk-border-pill{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  border: 2px #FFF solid;
  padding: 12px 45px;
  color: #FFF;
}
.Smeun{
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px #ccc solid;
}
.Smeun li{
  float: left;
}
.Smeun li a{
  margin-right:21px;
  padding:18px 15px;
  font-size: 16px;
  display: inline-block;
}
.Smeun .uk-active > a{
  color: #005aab !important;
  /* border-bottom: 1px #005aab solid; */
}
.ab-LeftT{
  top:50%;
  transform: translateY(-50%);
}
.ab-LeftT span{
  color:#005aab
}
.abText{
  line-height: 28px;
}
.abText p{
  line-height: 28px;
  font-size: 16px;
  /* text-indent: 2rem; */
}
.abText img{
  max-width: 100% !important;
}

.AbVision .hd{
  position: relative;
  bottom:80px;
  z-index: 1;
  left: 66.66%;
  width: 33.3333%;
  padding-left: 10px;
}
.AbVision .hd ul li{
  width: calc(100%/3);
  float: left;
  text-align: center;
  border-top: 1px #ddd solid;
  font-size: 16px;
  cursor: pointer;
  padding-top:18px;
}
.AbVision .hd ul li.on{
  color: #005aab;
  position: relative;
  
}
.AbVision .hd ul li.on::before{
  content: '';
  position: absolute;
  background: #005aab;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  top: -5px;
}
.FzPage{
  padding:0 50px;
}
.FzPage a{
  background:#005aab !important;
  color: #FFF;
}
.FzPage a:hover{
  color: rgba(255, 255, 255, 0.8);
}
.FzPage h5{
  font-size: 14px;
  padding-top:8px;
  line-height: 24px;
}
.FzPage .Li{
  border-bottom: 1px #999 solid;
  margin: 240px 0;
  position: relative;
}
.FzPage .Li li{
  height: 10px;
  border-left:1px #999 solid;
  float: left;
  width: 10%;
  top:-10px;
  position: relative;
}
.FzPage .Li li:first-child{
  height: 10px;
  border-left:5px #005aab solid;
  float: left;
  width: 10%;
}
.ApImg .uk-panel{
  cursor: pointer;
}
.ApImg img{
  filter: brightness(50%) !important;
  transition: all .5s ease 0s !important;
}
.ApImg .uk-active img{
  filter: brightness(100%) !important;
}
.hrIn{
  font-size: 16px;
  line-height: 29px;
}
.hrIn span{
  font-weight: bold;
  color: #005aab;
  display: inline-block;
  padding-right: 10px;
}
.Pmeun{
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px #ccc solid;
}
.Pmeun li.Hli{
  float: left;
}
.Pmeun li a.Hli{
  margin-right:40px;
  padding:15px 10px;
  font-size: 16px;
  display: inline-block;
}
.Pmeun .uk-dropdown{
  padding: 20px;
  min-width: 240px;
}
.Pmeun .uk-dropdown li{
  line-height: 24px;
  padding:10px 0;
  border-bottom:1px #DDD solid;
}
.page a, .page .page-num{
  padding:12px 17px;
  background: #f0f0f0;
  margin: 0 2px;
  font-size: 16px;
  display: inline-block;
}
.page a.page-num-current{
  background: #005aab;
  color: #FFF;
  font-weight: bold;
}
.page a.page-num-current:hover{
  background: #005095;
  color: #FFF;
}
.page a:hover{
  background: #ddd;
}
.PrVew p{
  line-height: 26px;
}
.PrVewNa{
  background: #f8f8f8;
}
.PrVewNa li{
  display: inline-block;
}
.PrVewNa li a{
  /* margin-right:40px; */
  padding:12px 40px;
  font-size: 16px;
  display: inline-block;
}
.PrVewNa .uk-active > a{
  color: #FFF !important;
  background: #005095;
}
.PrLi p{
 /* position: relative; */
  /*  text-indent: 1rem;*/
  /*   padding:0 20px;*/
  line-height: 24px;
}
.PrLi p::before{
 /*  content: '';*/
  position: absolute;
  background: #005095;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  left: 20px;
  top:8px;
}
.PrLiT{
  overflow: hidden;
}
.PrLiT p{
  border-bottom:1px #ccc dashed;
  float:left;
  width: 30%;
  margin: 5px 1.5%;
  padding: 10px 10px 10px 20px;
  position: relative;
}
.PrLiT p::before{
  content: '';
  position: absolute;
  background: #005095;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  left: 3px;
  top:15px;
}
.Ptable table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}
.Ptable table, th, td {
  padding: 10px;
  border:1px solid #ccc!important;
}
.PrMe .uk-input, .PrMe .uk-textarea{
  background: #f9f9f9 !important;
}
.PrMe .uk-input:hover, .PrMe .uk-textarea:hover{
  background: #f3f3f3 !important;
}
.JobClass{
  font-size: 16px;
  border-bottom: 1px #DDD solid;
}
.JobClass a{
  font-size: 16px;
  color: #333;
  padding:8px 5px;
  margin-right: 20px;
  line-height:50px
}
.JobClass a:hover{
  color: #005095;
}
.JobClass a.hover{
  color: #005095;
  border-bottom: 3px #005095 solid;
}
.uk-accordion-title{
  font-size: 16px;
  border-bottom:1px #eee solid;
  cursor: pointer;
  position: relative;
}
.JobT{
  line-height: 26px;
}
.JobT h5{
  font-weight: bold;
  padding: 4px 0 8px 0;
}
.JobT p{
  padding:2px 0;
  margin: 0;
  text-indent: 1rem;
}
.uk-accordion-title::before{
  /* margin-right:10px !important; */
  position: absolute;
  right: 10px;
  /* border:1px #DDD solid; */
  /* border-radius: 4px; */
}
.uk-accordion > :nth-child(n+2){
  margin-top:8px !important;
}
.seClass{
  border-bottom: 1px #DDD solid;
  overflow: hidden;
}
.seClass li{
  cursor: pointer;
}
.seClass li a{
  padding: 10px 24px;
  font-size: 16px;
  float: left;
}
.seClass li a.hover{
  background: #005aab;
  color: #FFF;
}
.text-no{
  padding:160px 0;
}
.RightT{
  position: fixed;
  right: 0px;
  bottom:50px;
  
}
.RightT a{
  background: rgba(12, 85, 158, 0.9);
  height: 64px;
  width: 64px;
  color: #FFF;
  /* border-radius: 2px; */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  text-align: center;
  margin-top:1px;
  display: block;
  font-size: 12px;
  padding-top:10px;
  position: relative;
}
.RightT a div{
  position: absolute;
  right: 70px;
  background:rgba(12, 85, 158, 0.9);
  font-size: 18px;
  padding:10px;
  border-radius: 4px;
  top: 10px;
  display: none;
}
.RightT a:hover div{
  display: block
}
.RightT a:hover{
  background:#094a8b;
}
.RightT span{
  display: block;
  font-size: 22px !important;
  margin-bottom:4px;
}
.text-truncate-2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  }
.M-search{
  padding: 10px;
  background: rgba(255,255,255,0.1);
  width: 100%;
  border: none;
}
.PrClass h5{
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
}
.PrClass ul li{
  margin-top: 0.5rem;
  padding: 12px;
  background: #FFF;
}
.PrClass ul li a{
  font-size: 17px;
  display: block;
}
.PrClass ul li.active a{
  color: #005aab;
}
.PrList{
  width: calc(100% - 360px);
}
.PrClass{
  width: 360px;
}
@media (max-width: 1770px){
  header .nav .nav-item>a {
    font-size: 18px;
    padding: 0 20px;
  }
  .PrList{
    width: calc(100% - 360px);
  }
  .PrClass{
    width: 360px;
  }
}
@media (max-width: 1660px){
  header .nav .nav-item>a {
    font-size: 16px !important;
    padding: 0 20px !important;
  }
  .PrList{
    width: calc(100% - 355px);
  }
  .PrClass{
    width: 355px;
  }
}
@media (max-width: 1500px){
  header .nav .nav-item>a {
    font-size: 16px !important;
    padding: 0 15px !important;
  }
  .PrList{
    width: calc(100% - 350px);
  }
  .PrClass{
    width: 350px;
  }
}
@media (max-width: 1440px){
  header .nav .nav-item>a {
    font-size: 16px !important;
    padding: 0 12px !important;
  }
  header .En a {
    font-size: 16px;
  }
  .PrList{
    width: calc(100% - 340px);
  }
  .PrClass{
    width: 340px;
  }
}
@media (max-width: 1260px){
  header{
    height: 80px;
  }
  header .nav{
    display: none;
  }
  header .En{
    display: none;
  }
  header .uk-button{
    display: block;
    margin-top:21px;
  }
  header .logo{
    margin-top:18px;
  }
  header .logo span {
    display: none;
  }
  header .logo img {
    height: 46px;
  }
}
@media (max-width:640px){
  .w-accor h3 {
    font-size: 16px;
  }
  .backgroundT{
    height: 300px;
  }
  .PrLiT p{ width:100%}
  .backgroundT .uk-light{
    padding-left:15px;
    top:15%;
    text-align: center;
  }
  .backgroundT .uk-light h1{
    font-size: 26px;
  }
  .backgroundT .uk-border-pill{
    font-size: 18px;
    border: 1px #FFF solid;
    padding: 8px 25px;
  }
  .PrList{
    width: calc(100%);
  }
  .AbVision .hd{
    position: relative;
    bottom:10px;
    z-index: 1;
    left: 0%;
    width: 100%;
    padding-left: 0px;
    background-color: #f6f7f9;
    height: 55px;
  }
  .Smeun li a {
    margin-right: 21px;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}
}
.PlM .uk-accordion-title{
  background: #094a8b;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #FFF;
  padding-left: 1rem;
}
.PlM .uk-accordion-title::before{
  display: none;
}
.PlMcc{
  margin-top:0px
}
.PlMcc a{
  display: block;
  font-size: 16px;
  padding: 8px 8px 8px 15px;
  background: #FFF;
  margin: 3px 0px;
}